home *** CD-ROM | disk | FTP | other *** search
- #enum(1, INTERNAL, EXTERNAL, FORMAL, SKIP)
-
- #enum(1,\
- char_type = 0x0001,\
- extrn_type = 0x0002,\
- int_type = 0x0004,\
- long_type = 0x0008,\
- reg_type = 0x0010,\
- short_type = 0x0020,\
- stat_type = 0x0040,\
- strct_type = 0x0080,\
- typd_type = 0x0100,\
- unsgn_type = 0x0200,\
- union_type = 0x0400)
-
- INTERNAL
- EXTERNAL
- FORMAL
- SKIP
-
- char_type 0x0001
- extrn_type 0x0002
- int_type 0x0004
- long_type 0x0008
- reg_type 0x0010
- short_type 0x0020
- stat_type 0x0040
- strct_type 0x0080
- typd_type 0x0100
- unsgn_type 0x0200
- union_type 0x0400
-